Xuni Product Documentation - Xamarin.Forms
XuniCursorCollectionView<T,K> Class Methods

For a list of all members of this type, see XuniCursorCollectionView<T,K> members.

Public Methods
 NameDescription
Public MethodGetEnumerator Returns an enumerator that iterates through the collection. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodGetItemType Gets the type of the item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodIndexOf Gets the index of the specified item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodLoadMoreItemsAsync Loads more items.  
Public MethodMoveCurrentTo Sets the specified item in the view as the current item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodMoveCurrentToFirst Sets the first item in the view as the current item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodMoveCurrentToLast Sets the last item in the view as the current item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodMoveCurrentToNextSets the item after the XuniReadOnlyCollectionViewBase<T>.CurrentItem in the view as the XuniReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodMoveCurrentToPosition Sets the item at the specified index in the view as the current item. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodMoveCurrentToPreviousSets the item before the XuniReadOnlyCollectionViewBase<T>.CurrentItem in the view as the XuniReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from Xuni.CollectionView.XuniReadOnlyCollectionViewBase<T>)
Public MethodRefreshAsync Removes the cached data and load the whole collection from scratch.  
Top
See Also

Reference

XuniCursorCollectionView<T,K> Class
Xuni.CollectionView Namespace